@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: #e94609;-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#e94609;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1270px){
	.container{width: 1240px;}
}
@media (min-width: 1370px){
	.container{width: 1340px;}
}
@media (min-width: 1470px){
	.container{width: 1440px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}
@-webkit-keyframes wave{0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}
@keyframes wave{0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}to{background:transparent;transform:translateX(-50%) translateY(-50%) scale(1)}}



/* 头部 */
#header{height: 110px;position: fixed;top: 0;width: 100%;z-index: 1000;transition: all .3s;-webkit-transition: all .3s; background: #fff;}
.head-acon { height: 100%;position: relative; }
.head-acon::after { bottom: -3px; left:0px;  position: absolute; content: ''; width: 100%; height: 3px; display: block; background: #dce0e9;}
.head-search{float:right;}
.head-search>p{font-size:14px;color:#fff;float:left;height:40px;padding-left:20px;background:url(../images/htel.png) no-repeat left;}
.head-search>p>a{font-size:16px;font-weight:bold;color:#fff;}
.head-search>form{float:left;width:190px;margin: 7px 0 7px 20px;line-height:26px;height:26px;background:#fff;border-radius:15px;}
.head-search>form>.s_tt{width:calc(100% - 36px);float:left;padding-left:20px;padding-right:10px;}
.head-search>form>.s_bt{width:36px;float:left;background:url(../images/page/search-btn.png) no-repeat center;}
.headcon{z-index:999;}
.logo{float: left;margin:23px 0 0 130px;}
.logo a{display: block;position:relative; float: left;}
.logo a img{height:64px;}
.logo a img.logo-def{position: relative;left: 0;top: 0;z-index: 1;}
.logo .dwy { float: left; margin-left: 10px; padding-left: 15px; background: url(../images/dwy_bg.png)no-repeat left top; }
.logo .dwy h1 { font-size: 22px; color: #e94609; font-weight: bold; margin-top: 18px;}
.logo .dwy h2 { font-size: 22px; color: #e94609; font-weight: bold; margin-top: 18px;}

.logo .dwy p { font-size: 16px; color: #444444; line-height: 2; }

#header:hover .head-acon, #header.active .head-acon{background:none;}
.head-raea{float: right;position: relative;}
.head-htel{text-align:center;color:#fff;padding-left:28px;background:url(../images/htel.png) no-repeat left;float:left;}
.head-htel h4{font-size:18px;font-weight:bold;}
.head-htel h4 a{color:#fff;}
.head-htel p{font-size:14px;}

#search-btn{float:left;display:block;line-height: 36px;margin: 27px 0;color:#fff;background:#e94609;font-size:16px;padding:0 26px;border-radius:18px;cursor:pointer;}
#search-btn i{margin-right:8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:90px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 42px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #fff;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#e94609;}

/* 导航栏 */
.nav{float: right;}
.nav>li{float: left;margin-right: 40px;position:relative;}
.nav>li:last-child{margin-right: 0;}
.nav>li>a{display: block;font-size: 16px;padding: 0;color: #444444;position: relative;line-height: 110px;padding:0 8px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li.cur>a { color: #e94609; } 
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;background-color: #fff;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav>li:last-child>a::before{display:none;}
.nav-er-box{position: absolute;top: 100%;left: 50%;margin-left: -90px;width: 180px;display: none;padding-top: 6px;box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%); z-index: 9999;}
.nav-er-list{background: #333;line-height: 40px;position: relative;border-bottom: 1px solid #666;}
.nav-er-list:last-child{border-bottom: none;}
.nav-er-list a{display: block;padding: 0 15px;}
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #f7f7f7;font-size: 15px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;text-align:center;}
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/page/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #e94609;display: none;}
.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/page/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}
.nav li.active .nav-yi{color: #e94609;}
.nav-box li.active .nav-yi::after{display: block;}
.nav>li:hover .nav-er-box{display: block;}
.nav>li:hover .nav-yi{color: #e94609;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #e94609;font-weight: bold;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #fff;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #e94609;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 0;right: 0;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color:#e94609;}
.nav>li.cur>a::after{background-color: #e94609;}
.nav>li:hover>a::after {background-color: #e94609;}
#header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;}
#header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;}

/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top:140px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#e94609}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#e94609}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_space{width: 100%;height: 110px;display:block;}

.nav_r { float: left; position: relative; }
.nav_r::after { bottom: -3px;right: 0px;position: absolute;content: '';width: 96%;height: 3px;display: block;background: #c2c6d1; z-index: 99;}
.nav_r .nav_tel { float: left; background: url(../images/nav_xian.png)no-repeat left top; padding-left: 20px; margin-right: 20px; }
.nav_r .nav_tel dt { float: left; margin-top: 37px; }
.nav_r .nav_tel dt img { width: 100%; display: block; }
.nav_r .nav_tel dd { margin-left: 10px; float: left; font-size: 20px; font-weight: bold; color: #333333;  line-height: 110px; }
.nav_r .nav_tel dd:hover { color: #e94609; }
.nav_r .nav_lang { float: left;  background: url(../images/nav_xian.png)no-repeat left top; padding-left: 20px; margin-right: 20px; }
.nav_r .nav_lang a { font-size: 18px; color: #333; font-weight: bold; line-height: 110px;  }
.nav_r .nav_lang a:hover { color: #e94609; }

.nav_r .nav_lang { float: left;  background: url(../images/nav_xian.png)no-repeat left top; padding-left: 20px; margin-right: 20px; }
.nav_r .nav_lang a { font-size: 18px; color: #333; font-weight: bold; line-height: 110px;  }
.nav_r .nav_lang a:hover { color: #006ac4; }


.c-menu {width: 125px;height: 110px;z-index: 9999;position: relative; background: #e94609;float: right;display: block; padding:46px 40px 40px 47px;}
.c-menu:hover { cursor:pointer; }
.c-menu:hover {background: #e94609;}
.c-style2 .c-menu i { background: #555555;}
.c-menu:hover i {background: #fff;}

.head-acon .c-menu i:nth-child(1) { width: 18px; height: 2px; display: block; background: #fff; }
.head-acon .c-menu i:nth-child(2) { width: 24px; height: 2px; display: block; background: #fff; margin:5px 0; }
.head-acon .c-menu i:nth-child(3)  { width: 17px; height: 2px; display: block; background: #fff; }

/* 弹窗导航 */
#c-fixed-nav {position: fixed;top: 0;left: 0;z-index: 10000;width: 100%;height: 0;overflow: hidden;transition: all .5s;}
#c-fixed-nav.on {height: 100%;}
#c-fixed-nav .c-main-wrap {position: relative;top: 0;left: 0;width: 100%;height: 100vh;background: url(../images/tcdh-bg.jpg)no-repeat center bottom / cover;transition: all .5s;}
#c-fixed-nav .c-top {display: flex;align-items: center;justify-content: space-between;padding-left: 110px;border-bottom: 1px solid rgba(255,255,255,0.1);}
#c-fixed-nav .c-top .c-logo2 img {}
#c-fixed-nav .c-menu {width: 110px;height: 110px;z-index: 9999;position: relative; background: #dd4209;float: right;display: block; padding:46px 40px 40px 40px;}
#c-fixed-nav .c-menu i {position: relative;display: block;height: 3px;background: #fff;-webkit-transition: all 0.3s;transition: all 0.3s;}
#c-fixed-nav .c-menu i:nth-child(1) {margin-top: 9px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#c-fixed-nav .c-menu i:nth-child(2) {margin-top: -3px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#c-fixed-nav .c-bottom {display: flex;align-items: center;justify-content: center;padding: 40px 0;height: -webkit-calc(100vh - 91px);height: calc(100vh - 91px);color: #fff;}
#c-fixed-nav .container {display: flex;}
#c-fixed-nav .c-logo2 { padding-left: 5px; }
#c-fixed-nav .c-left {width: 57%;}
#c-fixed-nav .c-right {width: 30%;padding-left: 50px;}
#c-fixed-nav .c-left .c-title {position: relative;padding-bottom: 35px;font-size: 44px;line-height: 54px;border-bottom: 1px solid rgba(255,255,255,0.2); font-weight: bold;}
#c-fixed-nav .c-left .c-title::before {content: "";position: absolute;bottom: -1px;width: 210px;height: 1px;background: #fff;}
#c-fixed-nav .c-left .c-title span {font-weight: normal;}
#c-fixed-nav .c-left .c-list {display: flex;flex-wrap: wrap;align-items: flex-start;padding: 50px 0 20px;border-bottom: 1px solid rgba(255,255,255,0.2);}
#c-fixed-nav .c-left .c-list li {margin-bottom: 30px;padding-right: 20px;width: 40%;line-height: 26px;opacity: .5;}
#c-fixed-nav .c-left .c-list li:nth-child(even) {width: 60%;}
#c-fixed-nav .c-left .c-list .c-title2 {font-weight: bold;}
#c-fixed-nav .c-left .c-list .c-text.c-dt {font-family: "futurabt";font-size: 20px;line-height: 30px;}
#c-fixed-nav .c-left .c-list .c-text.c-dt:hover { opacity: 1; }
#c-fixed-nav form .c-text2 {padding: 45px 0 25px;font-size: 22px;line-height: 32px;}
#c-fixed-nav form .c-box {display: flex;align-items: flex-start;margin: 0 -5px;}
#c-fixed-nav form .c-box .c-wrap {padding: 0 5px 10px;width: 50%;}
#c-fixed-nav input::-webkit-input-placeholder,#c-fixed-nav textarea::-webkit-input-placeholder {/* WebKit, Blink, Edge */color: #a4b1cc !important;}
#c-fixed-nav input:-moz-placeholder,#c-fixed-nav textarea:-moz-placeholder {/* Mozilla Firefox 4 to 18 */color: #a4b1cc !important;opacity: 1;}
#c-fixed-nav input::-moz-placeholder,#c-fixed-nav textarea::-moz-placeholder {/* Mozilla Firefox 19+ */color: #a4b1cc !important;opacity: 1;}
#c-fixed-nav input::-ms-input-placeholder,#c-fixed-nav textarea::-ms-input-placeholder {/* Internet Explorer 10-11 */color: #a4b1cc !important;}
#c-fixed-nav form .c-box .c-wrap input {padding: 0 20px;width: 100%;height: 60px;line-height: 58px;border: 1px solid rgba(255,255,255,0.4);}
#c-fixed-nav form .c-box2 {display: flex;align-items: flex-start;}
#c-fixed-nav form .c-box2 input {padding: 0 20px;width: -webkit-calc(100% - 150px);width: calc(100% - 150px);height: 60px;line-height: 58px;border: 1px solid rgba(255,255,255,0.4);}
#c-fixed-nav form .c-box2 button {border: 0;font-family: inherit;font-size: inherit;color: inherit;background: transparent;width: 150px;font-weight: bold;line-height: 60px;color: #333;background: #fff;cursor: pointer;}
#c-fixed-nav .c-right .c-title {position: relative;padding-top: 54px;padding-bottom: 35px;font-size: 44px;line-height: 54px;border-bottom: 1px solid rgba(255,255,255,0.2); font-weight: bold;}
#c-fixed-nav .c-right .c-title::before {content: "";position: absolute;bottom: -1px;width: 100px;height: 1px;background: #fff;}
#c-fixed-nav .c-right .c-nav {display: flex;flex-wrap: wrap;align-items: flex-start;margin: 0 -10px -40px;padding-top: 45px;}
#c-fixed-nav .c-right .c-nav li {margin-bottom: 30px;padding: 0 10px;width: 50%;font-size: 22px;line-height: 32px;}
#c-fixed-nav .c-right .c-nav a {opacity: .6;color: #fff;transition: .5s;}
#c-fixed-nav .c-right .c-nav a:hover {opacity: 1;}
/*en*/
#c-fixed-nav .c-left .c-title_en {position: relative;padding-bottom: 35px;font-size: 30px;line-height: 54px;border-bottom: 1px solid rgba(255,255,255,0.2); font-weight: bold;}
#c-fixed-nav .c-left .c-title_en::before {content: "";position: absolute;bottom: -1px;width: 210px;height: 1px;background: #fff;}
#c-fixed-nav .c-left .c-title_en span {font-weight: normal;}
#c-fixed-nav form .c-text2_en {padding: 45px 0 25px;font-size: 20px;line-height: 32px;}
#c-fixed-nav .c-right .c-nav .li1{margin-bottom: 30px;padding: 0 10px;width: 50%;font-size: 20px;line-height: 32px;}
@media(max-width: 1860px) {
	.logo { margin-left: 60px; }
}

@media(max-width: 1770px) {
	.logo { margin-left: 30px; }
	.nav>li { margin-right: 30px; }

}
@media(max-width: 1680px) {
	.logo { margin-left: 10px; }
	.c-menu { width: 100px; }
	#c-fixed-nav .c-menu { width: 100px; }
	.logo .dwy h1 { font-size: 20px; }
	.logo .dwy h2 { font-size: 20px; }
		.nav>li { margin-right: 18px; }

}




@media(max-width: 1600px) {

	#c-fixed-nav .c-left .c-title { font-size: 36px; padding-bottom: 25px; }
	#c-fixed-nav .c-right .c-title { font-size: 36px; padding-bottom: 25px; padding-top: 40px; }
	.c-menu { width: 115px; }
}

@media( max-width: 1560px) {
	.logo a img { height: 64px; }
	.nav_r .nav_tel { padding-left: 10px; margin-right: 10px; }
	.nav_r .nav_lang  { padding-left: 10px; margin-right: 10px; }
	.c-menu { width: 100px;padding: 46px 0px 40px 38px; }
	.nav>li { margin-right: 15px; }
	#c-fixed-nav .c-menu {padding: 20px; width: 70px; height: 60px;}
	#c-fixed-nav .c-top { padding-left: 45px; }
	.logo .dwy h1 { font-size: 18px; }
	.logo .dwy h2 { font-size: 18px; }

	.logo .dwy p { font-size: 14px; }
}

@media(max-width: 1460px) {
	.logo{margin-left: 16px;}
	.c-menu { width: 90px; }
	.nav>li>a { font-size: 15px; }
	.nav>li { margin-right:5px; }
	.nav_r .nav_tel dd { font-size: 16px; }
	#c-fixed-nav .c-right .c-nav .li1{font-size: 18px;}
	#c-fixed-nav form .c-text2_en{font-size: 16px;}
}

@media( max-width: 1360px){

	.logo .dwy h1 { font-size: 18px; }
	.logo .dwy h2 { font-size: 18px; }
	.nav_r .nav_lang a { font-size: 14px; }
	.nav_r .nav_tel dd { font-size: 15px; }
	.nav_r .nav_lang a { font-size: 15px; }
	.c-menu { width: 65px;padding: 45px 0 0 25px; }
	#c-fixed-nav .c-left .c-title_en{font-size: 26px;}
	#c-fixed-nav .c-right .c-nav .li1{font-size: 16px;}
}

@media(max-width: 1280px) {
	.nav_r .nav_tel { display: none; }
}


@media (max-width: 1199px){
	.mm-nav-box {display: block;}
	.header_space{display:block;}
	.head-raea{margin-left:0;}
	.logo .dwy { display: none; }
	#c-fixed-nav .c-right .c-nav li { font-size: 20px; }
	#c-fixed-nav .c-left .c-title_en{font-size: 20px;}
	#c-fixed-nav .c-right .c-nav .li1{font-size: 14px;}
	#c-fixed-nav form .c-text2_en{font-size: 13px;}
}
@media (max-width: 1069px){
	.nav>li>a{font-size: 14px;}
	.nav>li {margin-right: 2px;}
	.nav_r .nav_lang{    padding-left: 5px;margin-right: 5px;}
	.c-menu {
		width: 45px;
		padding: 45px 0 0 14px;
	}
}

@media(max-width: 991px) {
	.nav_r .nav_tel { display: none; }
	#c-fixed-nav .c-left .c-title { font-size: 26px; line-height: 1.4; }
	#c-fixed-nav .c-right .c-title { font-size: 26px; line-height: 1.3; }
	#c-fixed-nav .c-right .c-nav li { font-size: 18px; padding:0 5px; }
	.nav>li>a { font-size: 14px; padding-left: 5px; padding-right: 5px; }
	.nav>li { display: none; }
	.c-menu {
		width: 65px;
		padding: 45px 0 0 25px;
	}
	#c-fixed-nav .c-left .c-title_en{font-size: 16px;}
	#c-fixed-nav .c-left .c-list .c-text.c-dt{font-size: 16px;}
}



@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
	.nav>li { display: none; }
	#c-fixed-nav .c-left { display: none; }
	#c-fixed-nav .c-right { width: 100%; padding-left: 0px; margin: 0 auto; }
	#c-fixed-nav .c-top { padding-left: 16px; height: 80px; }
	#header { height: 80px; }
	.nav_r .nav_lang a { line-height: 80px; }
	.c-menu { height: 80px; padding: 35px 0 0 25px; }
	.header_space { height: 80px; }
	.logo { margin-top: 10px; }
	.logo a img { height: 55px; }
	#c-fixed-nav .c-top .c-logo2 img { height: 55px; }
	#c-fixed-nav .c-right .c-title { display: none; }
	#c-fixed-nav .c-right .c-nav { padding-top:0px;  text-align: center;}
	#c-fixed-nav .c-right .c-nav li { width: 100%; margin-bottom:15px; }
	#c-fixed-nav .c-right .c-nav .li1{font-size: 16px;}

}
@media (max-width: 600px){
.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
.mm-nav-box .mm-nav .li1{margin: 0 10px;}
.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	.c-menu {     height: 70px; padding: 25px 0 0 25px; }
	#header{height:70px;}
	.header_space{height:70px;}
	.logo a { padding-left: 15px; }
	.logo a img{height:45px;}
	#c-fixed-nav .c-top .c-logo2 img {height:45px;}
	.mm-nav-box[data-on="active"]{top:70px;}
	#header:hover .logo, #header.active .logo{margin: 13px 0 0 0;}
	#header:hover .head-raea, #header.active .head-raea{margin-top: 16px;}
	#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
	#m-head-nav{margin-left:15px;margin-top: 10px;}
	.mm-nav-box{top: 66px;}
	.nav_r{overflow: hidden;}
}
@media (max-width: 450px){
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height:30px;}
	.mm-nav-box[data-on="active"]{top:100px;}
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);padding:14px 18px;background:rgb(0 0 0 / 20%);border-radius:20px;}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#banner .swiper-pagination-bullet-active{background:#e94609;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}

/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:767px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
}

/*搜索*/

.search { background: #fff; line-height: 66px; position: relative; border-bottom:1px solid #d5d5d5;}
.search .gjc  { padding-left: 0px; position: relative; z-index: 99; height: 66px; overflow: hidden;}
.search .gjc span { font-size: 14px; color: #666; padding-left: 10px; border-left: 4px solid #e94609; }
.search .gjc a { font-size: 14px; color: #666666;  margin-right: 5px;  }
.search .gjc a:hover { font-weight: bold;}
.search .sc { position: relative; }
.search .sc form{ border-style: none;float: left;color: #999999;padding-left: 15px;height: 46px;font-size: 14px;background: none;border: 1px solid #dddddd;border-radius: 30px;width: 300px;  position: relative;background: #fff; margin-top: 10px; line-height: 46px;}
.search .sc form .tt { font-size: 14px; color: #999; line-height: 46px; padding-left: 15px; }
.search .sc form .s_bt { position: absolute; top: -2px; right:-1px;  width: 70px; height: 46px; display: block; background: url(../images/s_bt.png)no-repeat center; }


@media(max-width: 1300px) {
	.search .sc form{ width: 100%; }
}
@media(max-width: 767px) {
	.search .sc::after { display: none; }
	.search::before { display: none; }
	.search::after{ display: none; }
	.search { background: #fff; }
	.search .gjc { padding-left: 15px; padding-right: 15px; }
	.search .sc form {margin: 0 auto; text-align: center;  display: block; float: none; width: 60%; padding-left: 0px; }
	.search .sc { overflow: hidden; margin:  10px auto; display: block; }
	.search { line-height: 50px; }
	.search .sc form .tt { padding-left: 0px; }

}

@media(max-width: 500px) {
	.search .gjc { height: 50px; overflow: hidden; }
/*	.search .sc form .tt { line-height: 34px; }
	.search .sc form { height: 34px; line-height: 34px; }*/
	/*.search .sc form .s_bt { top: 8px; }*/
}

/*通用标题*/
.title { text-align: center; }
.title p { font-size: 40px; font-weight: bold; color: #444444;  }
.title span {font-size: 14px; color: #aaaaaa; font-weight: bold; text-transform: uppercase; line-height: 2; }

@media(max-width: 767px) {
	.title p { font-size: 26px; }
}


/* 产品中心 */
#product{padding:40px 0 60px;overflow:hidden;}
#product .title { margin-bottom: 30px; }
.product_nr {  margin-top: 30px; position: relative; }
.pro-sort{text-align:center;font-size:0;}
.pro-sone{display:inline-block;margin-bottom:15px; width: 16.66%;}
.pro-sone a{display:block;font-size:18px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.pro-sone a i{width:50px;height:50px;display: block;margin: 0 auto;background-repeat: no-repeat;transition: 0.3s all ease;}
.pro-sone a span{line-height:35px;color:#444;margin-top:10px; text-align: left;  position: relative; text-overflow: ellipsis; white-space: nowrap;overflow: hidden;  font-size: 18px;}
.pro-sone.on a span { color: #e94609;font-weight: bold; }
.pro-sone a span::after { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_l.png)no-repeat center;  top: -1px; left: -30px; }
.pro-sone a span::before { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_r.png)no-repeat center;  top: -1px; right: -30px;}
.pro-sone.on a span::after { display: block; width: 31px; }
.pro-sone.on a span::before { display: block; width: 31px; }
.pro-sone.on a i{background-position-y: -50px;}
.pro-sone.on a p{color:#e94609;}
.pro-one{position:relative;text-align:center;}
.pro-one li{text-align:center;}
.pro-one li .pro-img{overflow:hidden;margin:15px 0 0 0;}
.pro-one li .pro-img img { background: #fff; display: block; border: 1px solid #eeeeee;}
.pro-one li h3{}
.pro-one li .more { overflow: hidden; border:1px solid #eee; border-top:none;padding-top: 20px; padding-bottom: 15px; padding-left: 25px;padding-right: 20px; }
.pro-one li .more .more_l { float: left; width: 70%; }
.pro-one li .more .more_l h3 { font-size: 18px; color: #444444; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;}
.pro-one li .more .more_l span { font-size: 14px; color: #999999; text-transform:uppercase; line-height: 28px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; text-align:left; }

.pro-one li .more .more_r { float: right; width: 30%;  }
.pro-one li .more .more_r .more_r_nr { display: block; width: 27px; height: 31px; background: url(../images/pro_jt.png)no-repeat center; float:right; margin-top: 6px; transition: all 0.5s; }

.pro-one li a { display: block; }
.pro-one li:hover a{ background: #fff; transition: all 0.5s; }
.pro-one li a:hover h3{color:#e94609;}
.pro-one>a{display:inline-block;width:130px;height:38px;line-height:38px;background:#404040;color:#fff;font-size:16px;	margin-top:40px;}
.pro-one>a>span{padding-right:22px;background:url(../images/about-jtb.png) no-repeat right;}
.pro-one>a:hover{background:#e94609;}
.product_nr .owl-prev { position: absolute;left: -60px;top:50%;display: block;z-index: 999;width: 50px;height: 50px;display: block;background: url(../images/pro_l.png)no-repeat center;text-indent: -99999999px;transition: all 0.5s; margin-top: -25px; }
.product_nr .owl-next { position: absolute;right: -60px;top:50%;display: block;z-index: 999;width: 50px;height: 50px;display: block;background: url(../images/pro_r.png)no-repeat center;text-indent: -99999999px;transition: all 0.5s; margin-top: -25px; }
.product_nr .owl-prev:hover { background:url(../images/pro_l_on.png)no-repeat center;  }
.product_nr .owl-next:hover {  background:url(../images/pro_r_on.png)no-repeat center;   }

.pro-one li:hover .more .more_l h3  {  color: #e94609; }
.pro-one li:hover .more .more_r .more_r_nr { background: url(../images/pro_jt_on.png)no-repeat center;  }

@media(max-width: 1500px){
	.product_nr .owl-prev { left:-20px; }
	.product_nr .owl-next { right: -20px; }
}

@media(max-width: 1300px) {
	.product_nr .owl-prev { left:0px; }
	.product_nr .owl-next { right: 0px; }
}

@media (max-width:1199px){
	.pro-sone{margin-left:25px;margin-right:25px; width: 20%;}

}
@media (max-width:991px){
	.pro-sone a p{padding:0 10px;line-height:30px;}
}
@media (max-width:767px){
	#product{padding: 30px 0;}
	.pro-sort{overflow:hidden;margin:20px 10px; }
	.pro-sone{margin:0;float:left; width: 33.33%;}
	.pro-one>a{margin-top: 20px;font-size:14px;}
	.pro-sone a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.pro-sone.on a span::before { display: none; }
	.pro-sone.on a span::after { display: none; }
	.product_nr { margin-top: 10px; padding-left: 10px; padding-right: 10px; }
	.product_nr .owl-prev { display: none; }
	.product_nr .owl-next { display: none; }
	.pro-sone a { font-size: 15px; }
}
@media (max-width:500px){
	.pro-one li{padding:0;}
	.pro-sone a{font-size:14px;}
	.pro-sone a p{padding: 0 5px;line-height: 20px;margin-top:0;}
	.pro-sone a i{width:40px;height:40px;background-size: 40px;}
	.pro-sone.on a i{background-position-y: -40px;}
}

/*优势*/
#sy_shili { height: 763px; background:url(../images/intw-bj.jpg)no-repeat top center; padding-top: 110px; }
#sy_shili .container { position: relative; }
#sy_shili .sy_newsl .hd { background: #fff; height: 530px; margin-top: 60px; position: relative; z-index: 99; width: 480px; padding-top: 40px; padding-left: 40px; }
#sy_shili .sy_newsl .hd>em>a { width: 340px;display: block;line-height: 48px;text-align: center;background: #393939;float: left;margin-top: 30px;position: relative;z-index: 99; }
#sy_shili .sy_newsl .hd>em>a span{ color: #fff;position: relative;z-index: 999;  font-size: 16px;}
#sy_shili .sy_newsl .hd>em>a:after { width: 0%;height: 100%;position: absolute;content: '';background-color: #e94609;display: block;transition: all 0.5s;top: 0px;left: 0px;z-index: 9; }
#sy_shili .sy_newsl .hd>em:hover>a:after { width: 100%; }
#sy_shili .sy_newsl .bd { position: absolute; top: -40px; right: 0px; z-index: 9;  }
#sy_shili .sy_newsl .bd ul li { position: relative; }
#sy_shili .sy_newsl .bd ul li  img { max-width: 100%; display: block; position: relative; z-index: 9;object-fit: cover; }
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc { width: 500px; height: 210px; border-top-left-radius: 30px; display: block; position: absolute; right: 0px; bottom: 0px; z-index: 99; background-color: rgba(0,106,196,0.9); padding-top: 45px; padding-left: 45px; padding-right: 20px;  }
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc_en { height: 260px; }
#sy_shili .sy_newsl .bd ul>span { position: absolute; left: -395px;  top: 0px; z-index: 999; }
#sy_shili .sy_newsl .bd ul>span  { float: left; }
#sy_shili .sy_newsl .bd ul>span b { font-size: 60px; color: #ffffff; font-weight: bold;float: left; }
#sy_shili .sy_newsl .bd ul>span h4 { float: left;  font-size: 40px;  color: #becdea; position: relative; margin-top: 25px; margin-left: 30px;}
#sy_shili .sy_newsl .bd ul>span h4:after { content: '';width: 1px; height: 40px;border-right: 3px solid rgba(255, 255, 255, 0.5);position: absolute;top: 2px;left: -14px; transform: rotateZ(14deg); }
#sy_shili .sy_shili_t { overflow: hidden; }
#sy_shili .sy_shili_t h2 { font-weight: bold; color: #333333; font-size: 36px;  }
#sy_shili .sy_shili_t span { font-size: 16px; color: #454545; line-height: 2; }
#sy_shili .sy_newsl{width:100%;}
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc  h3{ font-size: 26px; font-weight: bold; color: #fff;   }
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc span { text-transform: uppercase; font-size: 14px; color:#fff; font-weight: bold; }
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc_en span { font-size: 24px; }
#sy_shili .sy_newsl .bd ul li .sy_newsl_desc .sy_newsl_desc_list { margin-top: 15px; font-size: 14px; color: #fff; line-height: 1.6; }
#sy_shili .sy_newsl .hd ul { margin-top: 30px; }
#sy_shili .sy_newsl .hd ul li { padding:15px 0 15px 0px;  max-width: 340px; margin-bottom: 5px;}
#sy_shili .sy_newsl .hd ul li dt { float: left; margin-right: 20px;  width: 24px; height: 28px; display: block; overflow: hidden; }
#sy_shili .sy_newsl .hd ul li dt img { width: 24px; height: 56px; display: block;margin-top: -28px;  transition: all 0.5s;}
#sy_shili .sy_newsl .hd ul li.cur dt img  { margin-top: 0; }
#sy_shili .sy_newsl .hd ul li:nth-child(2) dt { width: 30px; height: 30px;   }
#sy_shili .sy_newsl .hd ul li:nth-child(2) dt img { width: 30px; height: 60px; margin-top: -30px; }
#sy_shili .sy_newsl .hd ul li:nth-child(2).cur dt img  { margin-top: 0; }
#sy_shili .sy_newsl .hd ul li:nth-child(3) dt { width: 30px; height: 30px;   }
#sy_shili .sy_newsl .hd ul li:nth-child(3) dt img { width: 30px; height: 60px; margin-top: -30px; }
#sy_shili .sy_newsl .hd ul li:nth-child(3).cur dt img  { margin-top: 0; }
#sy_shili .sy_newsl .hd ul li:nth-child(4) dt { width: 30px; height: 24px;   }
#sy_shili .sy_newsl .hd ul li:nth-child(4) dt img { width: 30px; height: 48px; margin-top: -24px; }
#sy_shili .sy_newsl .hd ul li:nth-child(4).cur dt img  { margin-top: 0; }
#sy_shili .sy_newsl .hd ul li a  {   font-size: 20px; color: #333333; display: block; }
#sy_shili .sy_newsl .hd ul li a img { float: right; max-width: 100%;  display: none;  }
#sy_shili .sy_newsl .hd ul li.cur a img { display: block; }
#sy_shili .sy_newsl .hd ul li.cur a  { font-weight: bold;  color: #e94609;  }
#sy_shili .sy_newsl .hd ul li.cur { border-bottom: 2px solid #e94609; }
@media (max-width: 1629px){
    #sy_shili .sy_newsl .bd ul>span{left:-310px;}
}
@media (max-width: 1529px){
    #sy_shili .sy_newsl .bd ul>span{left:-220px;}
    #sy_shili .sy_newsl .hd{width:460px;}
    #sy_shili .sy_newsl .bd ul li img { width: 100%; }
}
@media (max-width: 1429px){
    #sy_shili .sy_newsl .bd{width: calc(100% - 250px);}
    #sy_shili .sy_newsl .hd{height:490px;}
}
@media(max-width: 1400px){
	#sy_shili .sy_newsl .hd ul { margin-top: 15px; } 
	#sy_shili .sy_newsl .hd>em>a { margin-bottom: 20px; }
}
@media (max-width: 1329px){
    #sy_shili .sy_newsl .hd{padding-top:40px;padding-left:40px;height:460px;}
    #sy_shili .sy_newsl .hd ul li{padding:10px 0;}
}
@media (max-width: 1199px){
    #sy_shili{padding:60px 0;height:auto;}
    #sy_shili .sy_newsl .bd ul>span{display:none;}
    #sy_shili .sy_newsl .bd{position:relative;left:0;top:0;float:left;width:calc(100% - 300px);}
    #sy_shili .sy_newsl .hd{margin-top:0;width:300px;float:left;padding:20px;height:410px;}
    #sy_shili .sy_newsl .hd ul{margin-top:10px;overflow:hidden}
    #sy_shili .sy_newsl .bd ul li{height:410px;overflow:hidden;}
    #sy_shili .sy_newsl .bd ul li img{height: 100%;max-width: none;left: 50%;transform: translateX(-50%);}
    #sy_shili .sy_newsl .hd>em>a { width: 200px; margin-top: 0px; }
    #sy_shili .sy_shili_t h2 { font-size: 32px; }
    #sy_shili .sy_shili_t span { font-size: 14px; }
}
@media (max-width: 991px){
    #sy_shili .sy_newsl .hd, #sy_shili .sy_newsl .bd{width:100%;}
    .sy_shili_t{text-align:center;}
    #sy_shili .sy_newsl .hd{height:auto;}
    #sy_shili .sy_newsl .hd ul li{width:25%;float:left;max-width:none;}
    #sy_shili .sy_newsl .hd ul li a{text-align:center;}
    #sy_shili .sy_newsl .hd ul li a img, #sy_shili .sy_newsl .hd ul li.cur a img, #sy_shili .sy_newsl .hd>em{display:none;}
}
@media (max-width: 767px){
    #sy_shili{padding:30px 0;}
    #sy_shili .sy_newsl .hd{padding:20px 10px;}
    #sy_shili .sy_newsl .hd ul li{width:50%;border-bottom:1px solid transparent;}
    #sy_shili .sy_newsl .bd ul li .sy_newsl_desc{width:90%;height:auto;padding-bottom:30px;}
}
@media (max-width: 500px){
    #sy_shili .sy_shili_t h2{font-size:24px;}
    #sy_shili .sy_shili_t span{font-size:14px;}
    #sy_shili .sy_newsl .hd ul li a{font-size:16px;}
    #sy_shili .sy_newsl .bd ul li .sy_newsl_desc h3 { font-size: 22px; }
}

/*实力展示*/
.sy_style { padding:50px 0; overflow: hidden; } 
.sy_style .owl-nav { display: none; }
.sy_style_nr_t { overflow: hidden; }
.sy_style .sy_style_bt { display: block; }
.sy_style .sy_style_bt h3 { font-size: 40px;color: #444444;font-weight: bold;display: block;}
.sy_style .sy_style_bt span { font-size: 14px;color: #aaaaaa;font-weight: bold;display: block;text-transform: uppercase;line-height: 2; }
.sy_style .dd_l { width: 160px; }
.sy_style .dd_l a { display: block;font-size: 18px; color: #666666; text-align: center; margin-top: 18px; line-height: 2; position: relative; }
.sy_style .dd_l a::after { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_l.png)no-repeat center;  top: 4px; left: 0px;  } 
.sy_style .dd_l a::before { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_r.png)no-repeat center;  top: 4px; right: 0px; }
.sy_style .dd_l a.on::after { display: block; width: 31px; }
.sy_style .dd_l a.on::before { display: block; width: 31px; }
.sy_style .dd_l a.on { font-weight: bold; color: #e94609; }

.sy_style li { overflow: hidden; position: relative; padding-right: 0; padding-left:0; margin: 0 5px;}
.sy_style li a { display: block; border: 1px solid #ddd; }
.sy_style li img { max-width: 100%; display: block; position: relative; }
.sy_style li .bg { position: absolute; width: 100%; height: 100%;  background: rgba(233,70,9,0.7); display: block; top: 0; left: 0; opacity: 0; transition: 0.5s;}
.sy_style li .bg:after { content: ""; background: url(../images/case1.png) no-repeat center; position: absolute;left: 0px; top: 0; height: 100%; width: 98px; }
.sy_style li .bg:before { content: ""; background: url(../images/case1.png) no-repeat center; position: absolute;right: 0px; top: 0; height: 100%; width: 98px; }
.sy_style li .case_desc { position: absolute; top: 50%; left: 50%;color: #ffffff; -webkit-transform:translate(-50%,-50%); opacity: 0; transition: all 0.5s; text-align: center;  }
.sy_style li .case_desc em {font-weight: bold;
    font-size: 17px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.sy_style li:hover .case_desc {  opacity: 1; }
.sy_style li:hover .bg { opacity: 1; }

@media(max-width: 1199px){
	.sy_style .sy_style_bt h3 { font-size: 32px; }
	.sy_style .sy_style_bt span { font-size: 14px; font-weight: normal; text-transform:none; }
	.sy_style .dd_l a { margin-top: 10px; }
	.sy_style .dd_l { width: 140px; } 
}

@media(max-width:991px) {
	.sy_style { padding:40px 0; }
	.sy_style_nr_t .sy_style_t { float: none; text-align: center; display: block; }
	.sy_style .dd_l { width: 280px; margin: 0 auto; overflow: hidden; margin-bottom:20px; }
	.sy_style .dd_l a { float: left; width: 140px; }
	.sy_style_nr_t .imgbox  { padding-left: 0px; padding-right: 0px; }

}

@media(max-width: 991px) {
	.sy_style .dd_l a { font-size: 16px; line-height: 2.1; }
	.sy_style { padding:30px 0; }

}

@media(max-width: 500px) {
	.sy_style .sy_style_bt h3 { font-size: 24px; }
}


/*首页关于我们*/
#sy_about { background: url(../images/sy_about_bg.jpg) no-repeat center; padding-top: 90px; overflow: hidden; height: 610px; }
#sy_about .sy_about_box{display:flex;}
#sy_about .sy_about_l{flex:1;}
#sy_about .sy_about_l img{display:none;}
#sy_about .sy_about_l .sy_about_img{width:100%;height:100%;}
#sy_about .sy_about_r{flex:1;}
#sy_about .sy_about_r .sy_about_con{padding:44px 280px 40px 70px;}
#sy_about .sy_about_con>span {font-size: 14px;color: #aaaaaa;font-weight: bold;display: block;text-transform: uppercase;line-height: 2;}
#sy_about .sy_about_con h3 { color: #333333; font-weight: bold; font-size: 40px;  position: relative; }
#sy_about .sy_about_con .sy_about_r_desc {display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; margin-top: 35px; color: #666666; font-size: 16px; line-height: 2;text-align:justify; text-indent: 2em;}
#sy_about .sy_about_con a {  width: 194px; height: 48px; display: block; background: url(../images/news_pro_more.png)no-repeat center; line-height: 48px; text-align: center; font-size: 16px; color: #fff; margin-top: 38px; position: relative; overflow: hidden; transition: all 0.5s; }
#sy_about .sy_about_con a  em { content: ""; position: absolute; display: block; transition: all .6s;width: 100%; height: 0;border-radius: 50%; left: 50%;top: 50%; padding-top: 100%; transform: translateX(-50%) translateY(-50%); -webkit-animation: wave 1.3s infinite;animation: wave 1.3s infinite; z-index: 1; }
#sy_about .sy_about_con a:hover { margin-left: 20px;background: url(../images/news_pro_more_on.png)no-repeat center;  }
#sy_about .sy_about_con .about-count { overflow: hidden; position: relative; z-index: 99; margin-top: 30px; }
#sy_about .sy_about_con .about-count div { padding-left: 0px; }
#sy_about .sy_about_con .about-count p { font-size: 20px; font-weight:bold;  color: #e94609; position: relative; line-height: 2;}
#sy_about .sy_about_con .about-count p:after { position: absolute; content: ''; background: #e94609; display: block; width: 30px; height: 2px; left: 0; bottom: 0;  }
#sy_about .sy_about_con .about-count h5 { font-size: 16px; color: #333333; }
#sy_about .sy_about_con .about-count h5 span { font-weight: bold; font-size: 42px; color: #333333; }

@media (max-width: 1700px){
    #sy_about .sy_about_r .sy_about_con{padding:44px 60px 40px 50px;}
}
@media (max-width: 1429px){
    #sy_about .sy_about_r .sy_about_con{padding:30px 60px 30px 35px;}
    #sy_about .sy_about_con .sy_about_r_desc{margin-top:40px;}
    #sy_about .sy_about_con .about-count{margin-top:20px;}
    #sy_about .sy_about_con .about-count h5 span{font-size:38px;}
}
@media (max-width: 1329px){
    #sy_about .sy_about_r .sy_about_con{padding: 15px 60px 15px 30px;}
}
@media (max-width: 1199px){
    #sy_about .sy_about_r .sy_about_con{padding: 10px 60px 10px 24px;}
    #sy_about .sy_about_con>span{font-size:32px;}
    #sy_about .sy_about_con h3{font-size:28px;}
    #sy_about .sy_about_con h3:before, #sy_about .sy_about_con h3:after{bottom:-15px;}
    #sy_about .sy_about_con .sy_about_r_desc{margin-top:25px;line-height:1.6;}
    #sy_about .sy_about_con .about-count p{font-size:18px;}
    #sy_about .sy_about_con .about-count h5 span{font-size:28px;}
}
@media (max-width: 991px){
    #sy_about{background:none;height:auto;padding:20px 0 40px 0;}
    #sy_about .sy_about_box{display:block;}
    #sy_about .sy_about_l img{display:block;}
    #sy_about .sy_about_l .sy_about_img{display:none;}

}
@media (max-width: 767px){
    #sy_about{padding:30px 0 0 0;}
    #sy_about .sy_about_r .sy_about_con{padding:20px; background: #f5f5f5;}
    #sy_about .sy_about_con>span { font-size: 26px; }
    #sy_about .sy_about_con .sy_about_r_desc { font-size: 15px; margin-top: 15px; }
}
@media (max-width: 500px){
    #sy_about .sy_about_con>span{font-size:22px;}
    #sy_about .sy_about_con h3{font-size:22px;}
    #sy_about .sy_about_con .about-count div{width:50%;margin-bottom:10px;}
    #sy_about .sy_about_con a  { width: 170px; height: 42px; background: url(../images/news_pro_more.png)no-repeat center / cover; line-height: 42px;}
}


/*数字跳动*/
.number {  width: 100%; display: block; overflow: hidden;  background: url(../images/sz_up_bg.jpg) center / cover;  padding:70px 0;}
.number .main { display: flex; }
.number .main .stat-items { flex: 1; text-align: center;}
.number .main .stat-items .stat-items-t { font-size: 60px; color: #fff; font-weight: 700; font-family: 'arial'; }
.number .main .stat-items:hover .stat-items-t { color: #fff; }
.number .main .stat-items .stat-items-unit { font-size: 18px; color: #fff; }
.number .main .stat-items p { font-size: 16px; color: #fff;  }

@media(max-width: 991px) {
	.number .main .stat-items .stat-items-t { font-size: 52px; }
}

/*新闻中心*/
.home-section7 {background-color: #f5f5f5;padding: 50px 0 50px;}
@media (max-width: 1440px) {
	.home-section7 {padding: 100px 0 50px;}
}
@media (max-width: 1199px) {
  .home-section7 {padding: 80px 0; }
}
@media (max-width: 991px) {
  .home-section7 {padding: 40px 0 60px; }
}
@media (max-width: 767px) {
  .home-section7 {padding: 30px 0;}
  .home-section7 .tit { margin-bottom: 50px; float: none; text-align: center;}
}
@media (max-width: 767px) {
  .home-section7 .tit {margin-bottom: 25px; }
  .home-section7 .tit .lt {  }
}
.home-section7 .tit .lt strong {font-size: 40px;color: #444444;font-weight: bold;display: block;}

@media (max-width: 1199px) {
  .home-section7 .tit .lt strong { font-size: 24px; }
}
.home-section7 .tit .lt span {font-size: 14px;
    color: #aaaaaa;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    line-height: 2;}
@media (max-width: 1199px) {
  .home-section7 .tit .lt span {font-size: 16px;}
}
@media (max-width: 767px) {
  .home-section7 .tit .lt span {font-size: 14px; }
} 
.home-section7 .gt { margin: 0; overflow: hidden; }
.home-section7 .gt li { float: right;position: relative;top: -40px;}
@media (max-width: 767px) {}
.home-section7 .gt .swiper-slide {display: flex;align-items: center;justify-content: center;width: auto;}
.home-section7 .gt a {color: #262626;position: relative;font-size: 18px;white-space: nowrap;margin-left: 60px; margin-right: 60px;}
.home-section7 .gt a::after { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_l.png)no-repeat center;  top: -1px; left: -35px; }
.home-section7 .gt a::before { width: 0px; height: 27px; display: block; position: absolute; content: ''; background: url(../images/nav_pro_r.png)no-repeat center;  top: -1px; right: -35px;}
.home-section7 .gt li.cur a::after { display: block; width: 31px; }
.home-section7 .gt li.cur a::before { display: block; width: 31px; }
.home-section7 .gt li.cur a {color: #e94609;font-weight: bold;}
@media (max-width: 767px) {
  .home-section7 .gt a {font-size: 16px;margin-right: 10px;}
  .home-section7 .tit .lt strong { font-size: 32px;  color: #444;}
	.home-section7 .gt a {margin-left: 0px; margin-right: 0px; line-height: 2.1;}

}

@media(max-width: 500px) {
	.home-section7 .tit .lt strong { font-size: 24px; }
}
@media (max-width: 767px) {
  .home-section7  .gt a::before {  display: none; }
}
.home-section7  .gt a:hover { color: #e94609;}
.home-section7  .gt em {display: block;width: 1px;height: 13px;background-color: #a2a2a2;margin: 0 30px; float: left;margin-top: 6px;}
.home-section7 .gt li:last-child em { display: none;}
@media (max-width: 991px) {
  .home-section7  .gt em { margin: 0 15px;height: 25px; }
}
@media (max-width: 767px) {
  .home-section7 .gt em {margin: 0 10px;background-color: transparent; }
  .home-section7 .gt li { top: 0; float: none;  width: 140px; float: left; text-align: center;}
  .home-section7 .gt dl { width: 280px; margin: 0 auto; overflow: hidden; margin-bottom: 20px;}
}
@media (max-width: 376px) {
  .home-section7 .gt em { margin: 0 2px; }
}
.home-section7 .gt .on {color: #e94609;}
.home-section7 .gt .on::before {opacity: 1;}
.home-section7 .cont {overflow: hidden;}
.home-section7 .cont ul li{ overflow: hidden; padding-left: 50px; padding-right: 0px; margin-top: 35px; }
.home-section7 .cont ul li:nth-child(4) { margin-top: 55px; }
.home-section7 .cont ul li:nth-child(5) { margin-top: 55px; }

.home-section7 .cont dl {padding-left: 0px;padding-right: 0px;display: block;overflow: hidden;}

@media(max-width: 1300px){
	.home-section7 .cont ul li { margin-top: 20px; }
.home-section7 .cont ul li:nth-child(4) { margin-top: 20px; }
.home-section7 .cont ul li:nth-child(5) { margin-top: 20px; }
}

@media (max-width: 1199px) {
    .home-section7 .cont ul li{padding-left:10px; padding-right: 10px; }
    .home-section7 .cont ul li:nth-child(3){margin-top:20px;}
}
@media (max-width: 991px) {
  .home-section7 .cont .lt {margin-bottom: 30px;width: 100%;}
}
@media (max-width: 767px) {
  .home-section7 .cont .lt {margin-bottom: 15px; }
}
.home-section7 .cont .lt .img {overflow: hidden;}
@media (max-width: 767px) {
  .home-section7 .cont .lt .img { height: 210px;}
}
.home-section7 .cont .lt .img img {width: 100%;height: 100%;object-fit: cover;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-ms-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.home-section7 .cont .lt .font {width: 100%;background-color: #e94609;display: flex;align-items: center;justify-content: space-between;height: 70px;}
@media (max-width: 991px) {
  .home-section7 .cont .lt .font {height: 60px; }
}
@media (max-width: 767px) {
  .home-section7 .cont .lt .font {height: 50px; }
}
.home-section7 .cont .lt .font strong {padding-left: 20px;color: #fff;font-size: 18px;font-weight: bold;line-height: 70px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media (max-width: 1199px) {
  .home-section7 .cont .lt .font strong {font-size: 20px;padding: 16px 14px;}
}
@media (max-width: 991px) {
  .home-section7 .cont .lt .font strong {font-size: 18px;}
}
@media (max-width: 767px) {
  .home-section7 .cont .lt .font strong {font-size: 14px;padding: 10px 12px;}
}
.home-section7 .cont .lt .font i {display: flex;justify-content: center;align-items: center;height: 100%;width: 70px;background-color: #81868e;position: relative;}
.home-section7 .cont .lt .font i:after { position: absolute; content: ''; display: block; top: 0px; left: 0; transition: all 0.3s;  height: 100%; width: 0%; background-color: #e94609;  z-index: 9;}
.home-section7 .cont dl:hover .font i:after {width: 100%; } 
.home-section7 .cont .lt .font i img {width: 11px;position: relative;z-index: 99;}
.home-section7 .cont .lt:hover img {-webkit-transform: scale(1.01);transform: scale(1.01);}
.home-section7 .cont .gt {width: 60%;display: flex;justify-content: space-between;flex-wrap: wrap;padding-top: 20px;overflow: hidden;}
@media (max-width: 991px) {
  .home-section7 .cont .gt {width: 100%;}
}
@media (max-width: 1199px) {
  .home-section7  .item { margin-bottom: 60px;}
}
@media (max-width: 991px) {
  .home-section7  .item {margin-bottom: 40px;}
}
@media (max-width: 767px) {
  .home-section7  .item { width: 100%;margin-bottom: 20px;}
}
.home-section7  .item strong {font-size: 18px;color: #262626;display: block;font-weight: bold;margin-bottom: 13px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
@media (max-width: 991px) {
  .home-section7  .item strong {font-size: 16px;}
}
@media (max-width: 767px) {
  .home-section7  .item strong {margin-bottom: 8px;}
}
.home-section7  .item .news_list {font-size: 15px;color: #999999;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-top: 20px;}

@media (max-width: 991px) {
  .home-section7  .item p {margin-bottom: 18px;}
}
@media (max-width: 767px) {
  .home-section7  .item p {margin-bottom: 5px;}
}
.home-section7  .item span {font-size: 24px;color: #333333;
}
@media (max-width: 991px) {
  .home-section7  .item span {font-size: 24px;}
}
@media (max-width: 767px) {
  .home-section7  .item span {font-size: 20px;}
}
.home-section7  .item span em {font-style: normal;color: #586271;font-size: 20px;display: block;margin: 0 5px;
}
@media (max-width: 991px) {
  .home-section7  .item span em {font-size: 18px;}
}
@media (max-width: 767px) {
	.home-section7 .cont { padding-left: 10px;padding-right: 10px; }
  .home-section7  .item span em { font-size: 16px; }
}
.home-section7  .item:hover strong,.home-section7  .item:hover span { color: #e94609;}
.home-section7  .item:hover strong em,.home-section7  .item:hover span em {color: #e94609;}

/*合作客户*/
.par { overflow: hidden; margin-top: 30px; padding-bottom: 40px;}
.par .par_l { margin-top: 50px; display: block; overflow: hidden; padding-left: 0px;}
.par .par_l h3 { font-size: 40px;color: #444444;font-weight: bold;display: block;}
.par .par_l span { font-size: 14px;color: #aaaaaa;font-weight: bold;display: block;text-transform: uppercase;line-height: 2; }
.sy_honnr_nr  { overflow: hidden; }
.sy_honnr_nr .bd { display: block; overflow: hidden; }
.sy_honnr_nr .bd li { display: block; }
.sy_honnr_nr .bd li dt { display: block;position: relative;  }
.sy_honnr_nr .bd li dt::after { width: 100%; height: 100%; display: block; position: absolute; content: '';  background: rgba(233,70,9,0.8); opacity: 0; transition: all 0.5s; top: 0; left:0;}
.sy_honnr_nr .bd li dt img { max-width: 100%; display: block; border: 1px solid #ddd; }
.sy_honnr_nr .bd li dt em { position: absolute; top: 50%; left:50%; display: block;-webkit-transform: translate(-50%,-50%); z-index: 99; transition: all 0.5s; opacity: 0; }
.sy_honnr_nr .bd li:hover dt::after {opacity: 1;}
.sy_honnr_nr .bd li:hover dt em  { font-size: 16px; color: #fff; opacity: 1; }


@media(max-width: 1199px) {
	.par .par_l { margin-top: 20px; }
	.par .par_l h3 { font-size: 32px; }
	.par .par_l span { font-weight: normal; text-transform: none; }
	.sy_honnr_nr .bd li { padding-left: 5px; padding-right: 5px; }
}

@media(max-width: 991px) {
	.par .par_l { text-align: center; margin-bottom: 20px; margin-top: 0px; padding-right: 0px; }
}

@media(max-width: 767px) {
	.par .par_l h3 { font-size: 24px; }
}

/*图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/*底部 */
.foot { background: #2d2f2d; display: block;  padding-top: 50px; padding-bottom: 30px;}
.foot .foot_l { float: left; padding-left: 0px; }
.foot .foot_l .foot_tel { overflow: hidden; }
.foot .foot_l .foot_tel dt { font-size: 24px; color: #ffffff; font-weight: bold; display: block; padding-left: 25px; background: url(../images/foot_tel.png)no-repeat left top 10px;} 
.foot .foot_l .zxzx { width: 200px; line-height: 48px; border:1px solid #aaaaaa;  display: block; margin-top: 20px; color: #aaaaaa; font-size: 16px; padding-left: 45px; margin-bottom: 30px;}
.foot .foot_l .zxzx dd { float: left; width: 22px; height: 20px; display: block; overflow: hidden; margin-top: 15px;margin-right:15px;}
.foot .foot_l .zxzx dd img { width: 22px; height: 40px; display: block; transition: all 0.5s;  margin-top: -20px; }
/*.foot .foot_l .zxzx:hover dd img { margin-top: -20px; }*/
.foot .foot_l .zxzx:hover { background: #e94609; border: 1px solid #e94609; color: #fff; }
.foot .foot_l p { font-size: 16px; color: #aaaaaa; line-height: 1.8; display: block; }
.foot .foot_l p a {  font-size: 16px; color: #aaaaaa;  }
.foot .foot_l p:hover a { color: #e94609; }
.foot .foot_nr { overflow: hidden; margin-bottom:55px; }


.foot .foot_r { float: right; padding-right: 0px;}
.foot .foot_r .foot_nav { overflow: hidden; float: right; }
.foot .foot_r .foot_nav li { float: left; padding-left: 25px; padding-right:25px; position: relative; }
.foot .foot_r .foot_nav li a span { font-size: 16px; color: #fff; }
.foot .foot_r .foot_nav li::after { position: absolute; content: ''; height: 100%;width: 1px;background: #afafb0; display: block; top: 0; left:0; }
.foot .foot_r .foot_nav li:first-child::after { display: none; }
.foot .foot_r .foot_nav li:last-child { padding-right: 0px; }
.foot .foot_r .ewm { overflow: hidden; float: right; margin-top: 60px;}
.foot .foot_r .ewm div { float: left;  width: 110px; text-align: center;  margin-left: 25px; margin-right: 25px;}
.foot .foot_r .ewm div dt {  display: block; overflow: hidden;}
.foot .foot_r .ewm div dt img { max-width: 100%;display: block; }
.foot .foot_r .ewm div em { font-size: 14px;color: #666666; line-height: 2; }

.foot .foot_icp { overflow: hidden; }
.foot .foot_icp p { font-size: 14px; color: #666; float: left; line-height: 2;}
.foot .foot_icp a { display: inline-block; font-size: 14px; color: #666; text-transform: uppercase; }
.foot .foot_icp a:hover { text-decoration: underline; color: #e94609; }

.foot .foot_r .foot_naven li{padding-left: 23px; padding-right:23px;}

.link { background: #81868e;line-height: 40px; padding:10px 0; }
.link .flink span{color: #fff; font-size: 14px;}
.link .flink a{color: #fff;margin-right: 5px; font-size: 14px;}
.link .flink a:last-child{margin-right: 0;}
.link .flink a:hover{color: #fff; text-decoration: underline; }

.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}

@media(max-width: 1469px) {
	.foot .foot_r .foot_naven li{padding-left: 15px;padding-right: 15px;}
}

@media(max-width: 1330px) {
	.foot .foot_r .foot_nav li { margin-bottom: 15px; }
}

@media(max-width: 1330px) {
	.foot .foot_r .foot_naven li{padding-left: 11px;padding-right: 11px;}
}

@media(max-width: 1199px){
	.foot .foot_r .foot_naven li{padding-left: 7px;padding-right: 7px;}
	.foot .foot_r .foot_nav li a span{font-size: 14px;}
}

@media(max-width: 991px) {
	.foot .foot_l p { font-size: 12px; }
	.foot .foot_r .foot_nav li { padding-left: 5px; padding-right: 5px; }
}
@media (max-width: 767px){
	.foot .foot_nr { margin-bottom:25px; }
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
	.foot .foot_l { float: none; text-align: center; padding-right: 0px; }
	.foot .foot_r .foot_nav { display: none; }
	.foot .foot_l .foot_tel dt { display: initial; }
	.foot .foot_l .zxzx { margin: 0 auto; margin-bottom:30px; margin-top: 20px; }
	.foot .foot_r .ewm { float: none; margin: 0 auto; text-align: center; }
	.foot .foot_r { float: none;  padding-left: 0px; margin-top: 20px;}
	.foot .foot_r .ewm div { display: inline-block; float: none; }
	.foot .foot_icp { text-align: center; }
	.foot .foot_icp p { float: none; }
	.foot .foot_icp a { float: none; display: inline-block; }
	.link { padding-bottom: 60px;  padding-top: 0px;  display: none;}
	.flink { border-bottom: 1px solid rgba(255,255,255,0.4);padding-left: 15px; }
}

@media(max-width: 350px) {
	.foot .foot_r .ewm div { width: 100px; }
}

.sss4{}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 20px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(0 125 255 / 30%);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
	.con5 ul li:first-child{flex:100%;}
}
@media (min-width:1200px) {
	.con3 ul li{flex:25%;}
}
@media (max-width:767px) {
	.sss4 ul li>div{padding:20px 10px;}

}




/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #e94609;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #e94609;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#e94609;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#e94609;}


/*产品页面包屑*/
.crumbs_pro { float: none; margin-left: 10px; }
.list_pro .list  {  overflow: hidden; margin-top: 20px; margin-bottom:30px;}
.list_pro .list .lt { width: 11%;text-indent: 4rem;background-color: #ebeff6;font-size: 18px;color: #333; float: left; line-height: 52px; font-weight: bold;  border-bottom: 1px solid #c6c9cf; border-top: 1px solid #c6c9cf; }

.list_pro .list .gt{ width: 89%;background-color: #fff;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between; border-bottom: 1px solid #c6c9cf; border-top: 1px solid #c6c9cf; }
.list_pro .list .gt .lei { float: left; width: 100%; padding-top: 10px; padding-bottom: 10px; }
.list_pro .list .gt .lei a { padding-left: 20px; font-size: 16px;color: #333;position: relative;display: block;   text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 2; float: left; width: 15%;}
.list_pro .list .gt .lei a.cur { color: #e94609; } 
.list_pro .list .gt .lei a:hover { color: #e94609; }
.crumbs_desc_pro {margin-left: 0px; }
.desc_pro .list { margin-left: 0px; }
/*en*/
.list_pro .list .lt_en{ width: 17%;text-indent: 4rem;background-color: #ebeff6;font-size: 18px;color: #333; float: left; line-height: 52px; font-weight: bold;  border-bottom: 1px solid #c6c9cf; border-top: 1px solid #c6c9cf; }
.list_pro .list .gt_en{width: 82%;}

@media(max-width: 1370px){
	.list_pro .list .lt_en{ width: 18%; text-indent: 2rem;}
	.list_pro .list .gt_en{width: 82%;}
}

@media(max-width: 1300px) {
	.list_pro .list .lt { width: 12%; text-indent: 2rem;}

	.list_pro .list .gt  { width: 88%;}
	.list_pro .list .gt_en{width: 81%;}


	.list_pro { padding-bottom: 0px; }
	.list_pro .list { margin-bottom: 0px; }
}

@media(max-width: 1199px) {
		.list_pro .list .lt { text-indent: 2rem;}
	.list_pro .list .gt_en{width: 79%;}
	.list_pro .list .lt_en{width: 21%;  text-indent: 2rem;}
}

@media(max-width: 991px) {

	.list_pro .list .lt { width: 15%; text-indent: 1rem;}
	.list_pro .list .lt_en{ width: 15%; text-indent: 1rem;}
	.list_pro .list .gt  { width: 85%; }

	.list_pro .list .lt_en{width: 26%;}
	.list_pro .list .gt_en{width: 74%;}
}

@media(max-width: 767px) {
	.list_pro { padding-top: 0px; }
	.list_pro .list { margin-top: 0px; }
	.list_pro .list .lt { width: 100%; line-height: 40px; font-size: 16px; font-weight: normal; border-bottom: none; }

	.list_pro .list .gt{ width: 100%; }
	.list_pro .list .gt .lei a { width: 33.33%; }
	.list_pro { padding-bottom: 0px; }
	.crumbs_desc_pro { margin-left: 10px; }

	.list_pro .list .lt_en{ width: 100%; line-height: 40px; font-size: 16px; font-weight: normal; border-bottom: none; }
}



/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #e94609;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#e94609;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}


/* 内页样式 */
#inside{padding-bottom:50px;padding-left:10px;padding-right:10px;overflow:hidden;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
	.list_pro #inside { padding-top: 20px; }
}

/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;}
.pronav-a a.cur, .pronav-a a:hover{background:#e94609;color:#fff;}
@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width:16.66%;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/*内页产品列表*/
.list_pro { padding-top: 20px; }


/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 24px;}
	#nytitle p{font-size: 14px;}
}



/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #e94609 solid;color: #e94609;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#e94609;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
	.list_pro { padding-top: 0px; }
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#e94609;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}


/* 业务领域 */
.nybusiness{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nybusiness>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #e94609 solid;color: #e94609;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nybusiness .nynews_em{width: 190px}
#nybusinesslist{margin-bottom:20px;}
#nybusinesslist li a{display:block;position:relative;}
.nybusiness-img{overflow:hidden;}
#nybusinesslist li a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.7);width:100%;line-height:36px;padding:0 10px;text-align:center;color:#fff;font-size:15px;}
#nybusinesslist li a:hover p{background: rgba(233,70,9,.7);}
@media only screen and (max-width:767px) {
#nybusinesslist li a p{line-height:30px;font-size:14px;}
}

#nybusinesslist  .owl-nav { display: none; }

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #e94609 solid;color: #e94609;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews .nynews_em{width: 210px;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#e94609;}

@media(max-width: 767px) {
	.nyhotnews { padding-left: 10px; padding-right: 10px; }
	.nyhotnews-list { padding-left: 10px; padding-right: 10px; }
}


/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#e94609;color:#e94609;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-height: 600px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#e94609;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#e94609;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important; border: 1px solid #ddd;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #e94609;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #e94609;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #e94609;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#e94609;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#e94609;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#e94609;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:20px; }
.nypro-ul li a{display:block;position:relative;overflow:hidden;padding: 5px; background: #fff;}
.nypro-ul li a .nypro-img{ }
.nypro-ul li a p{line-height:40px;color:#333;text-align:center;font-size:16px;padding:0 5px;}
.nypro-ul li a:hover p{color:#e94609;}
@media (max-width:767px){
	.nypro-ul li { padding:0 5px; }
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}



/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#e94609;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #e94609;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details .showpro-det table { border: 1px solid #ddd; }
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #e94609 solid;color: #e94609;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#e94609;}
#abprolist li a:hover p{background:#e94609;color:#fff;}

/*产品详情*/
/*showproduct*/
#showproduct{overflow: hidden; padding-bottom: 40px; position: relative;}
#showproduct .showproductli{ margin-top: 20px; }
#showproduct .showproductli .showproductli_l { padding-left: 0px; }
#showproduct .showproductli .showproductli_r h1{ font-weight: bold; line-height: 2; color: #333; font-size: 28px; border-bottom: 3px solid #ddd; position: relative; }
#showproduct .showproductli .showproductli_r h1::before{ position: absolute; content: ''; background: #e94609; width: 40px; height: 3px; left: 0; bottom: -3px;}
#showproduct .showproductli .showproductli_r>p{margin:25px 0; font-size: 16px; color: #666; line-height: 2; word-break: break-all; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden;}
#showproduct .showproductli .showproductli_r span{ font-size: 18px; width: 100%; text-align: center; line-height: 3;background: #e94609; display: block; color: #fff;}
#showproduct .showproductli .showproductli_r .showproductli_info p{font-size: 16px; color: #666; margin-top: 10px;  line-height: 1.8;}
#showproduct .showproductli .showproductli_r .showproductli_info p em{ display: block; color: #0074c4; font-weight: bold;}
#showproduct .showproductli .showproductli_r .showproductli_info p:last-of-type em{color: #666; font-weight: normal; font-size: 14px; line-height: 1.5;}
#showproduct .showproductli .showproductli_r ul{overflow: hidden; margin-top: 20px;}
#showproduct .showproductli .showproductli_r ul li a{ background: #383f4a; display: block; border-radius:50px; line-height: 3; color: #fff; text-align: center; font-weight: bold; padding-left: 24px;}
#showproduct .showproductli .showproductli_r ul li.advisory a{background:  #e94609 url(../images/advisory.png) no-repeat 36px 10px; }
#showproduct .showproductli .showproductli_r ul li.tel a{background: #383f4a url(../images/tel.png) no-repeat 36px 10px; }
/*#showproduct .showproductli .showproductli_r ul li:hover a { background: #e94609; }*/


#showproduct .showproduct_txt{margin-top: 80px;}
#showproduct .showproduct_txt .hd{overflow: hidden; border-bottom:1px solid #c8cacc; }
#showproduct .showproduct_txt .hd ul li{ padding: 0 25px; float: left; font-size: 15px; color: #666; background: #ececec; margin-right: 8px; line-height: 3; border:1px solid #c8cacc; border-bottom: none;}
#showproduct .showproduct_txt .hd ul li.cur{background: #e94609;  color: #fff; border: none;}
#showproduct .showproduct_txt .bd ul{padding: 20px 10px; font-size: 16px; color: #666; line-height: 1.8;}
#showproduct .showproduct_txt .bd ul tr { border: 1px solid #ddd;}
#showproduct .showproduct_txt .bd ul tr td {  border: 1px solid #ddd; padding-left: 10px !important; padding-right: 10px !important;  }

@media(max-width: 767px) {
	#showproduct .showproduct_txt .bd ul tr td { padding-left: 5px !important;padding-right: 0px !important; }
}

#showproduct .product_com{overflow: hidden; background: linear-gradient(135deg,transparent 15px,#e5e9ed 0); margin-bottom: 20px;}
#showproduct .product_com h2{ float: left; line-height: 56px; font-size: 20px; font-weight: bold; color: #333; padding-left: 20px; }
#showproduct .product_com img{ float: right;}
#showproduct #showproductcom li img{border:1px solid #dedede;}
#showproduct #showproductcom li dd{background: #f4f5f8; padding: 10px 20px; position: relative; }
#showproduct #showproductcom li dd::before{position: absolute; content: ''; width: 32px; height: 9px; right: 5%; top: 50%; margin-top: -5px; background: url(../images/productli_dd.png) no-repeat center;}
#showproduct #showproductcom li dd h3{ color: #333; font-size: 16px; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 5px;}
#showproduct #showproductcom li dd p{ color: #999; text-transform: uppercase;}
#showproduct #showproductcom li:hover dd{background: #e94609;}
#showproduct #showproductcom li:hover dd h3{color: #fff;}
#showproduct #showproductcom li:hover dd p{color: #fff;}
#showproduct #showproductcom li:hover dd::before{background: url(../images/productli_ddw.png) no-repeat center;}
#showproduct ul{position: relative;}
#showproduct .list-unstyled {  margin-bottom:30px; }
#showproduct ul .disabled .owl-prev{ width: 32px; height: 78px; background: url(../images/prev.png) no-repeat left; font-size: 0; position: absolute; left: -48px; top:25%; }
#showproduct ul .disabled .owl-next{ width: 32px; height: 78px; background: url(../images/next.png) no-repeat left; font-size: 0;}
#showproduct ul .owl-nav{display: none;}
#showproduct .showproduct_com h5{font-size: 120px;font-weight: bold;color: #eceff4;text-transform: uppercase;position: absolute;bottom: -30px;width: 100%;text-align: center;left: 0;}
.showproduct_com { overflow: hidden; }
@media(max-width: 1199px){
	#showproduct .showproductli .showproductli_r h1{ font-size: 24px; }
	#showproduct .showproductli .showproductli_r>p{ margin: 15px 0; font-size: 15px;}
	#showproduct .showproductli .showproductli_r ul li{padding: 0 5px;}
	#showproduct .showproductli .showproductli_r ul li.advisory a{background: #383f4a url(../images/advisory.png) no-repeat 20px 10px; }
	#showproduct .showproductli .showproductli_r ul li.tel a{background: #383f4a url(../images/tel.png) no-repeat 20px 10px; }
}

@media(max-width: 991px){
	#showproduct .showproductli .showproductli_l{padding: 0;}
	#showproduct .showproductli .showproductli_r{margin-top: 20px; padding: 0; }
}

@media(max-height: 767px){
	#showproduct { padding-bottom: 20px; }
	#showproduct .showproductli .showproductli_r { padding-left: 10px; padding-right: 10px; }
	#showproduct .showproductli .showproductli_r h1{ font-size: 18px;}
	#showproduct .showproductli .showproductli_r>p{margin:10px; font-size: 14px; -webkit-line-clamp:3;}
	#showproduct .showproductli .showproductli_r ul li{padding: 0 5px; margin-bottom: 10px;}
	#showproduct .showproductli .showproductli_r ul li.advisory a{background: #383f4a url(../images/advisory.png) no-repeat 58px 10px; }
	#showproduct .showproductli .showproductli_r ul li.tel a{background: #383f4a url(../images/tel.png) no-repeat 58px 10px; }
	#showproduct .showproductli .showproductli_r span{ font-size: 14px; line-height: 2.5;}
	.sp-thumbs a:link, .sp-thumbs a:visited{ width: 90px; height: 60px;}
	#showproduct .showproduct_txt{ margin-top: 30px;}
	#showproduct .showproduct_txt .hd ul li{ font-size: 14px; margin-right: 0; padding: 0 5px;}
	#showproduct .showproduct_txt .bd ul{padding: 10px; font-size: 14px;}
	#showproduct #showproductcom li dd{padding: 5px 10px;}
	#showproduct #showproductcom li dd h3{ font-size: 14px;}
	#showproduct .showproduct_com h5{ font-size: 54px; bottom: 10px;}
	#showproduct .product_com { margin-left: 10px; margin-right: 10px; }
	#showproduct .list-unstyled  { padding-left: 10px; padding-right: 10px; }
	#showproduct .showproduct_txt .hd { margin-left: 10px; margin-right: 10px; }
} 




/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#e94609;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #e94609;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #e94609;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #e94609;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
.meg_con .megs {font-size:14px;line-height:30px;}
.meg_con .tel {padding:10px 0;font-size:20px;}
.meg_con .tel img {width:26px;}
.meg_con .megs {margin-top:10px;}
.meg_con .tel img {width:20px;margin-bottom:0;}
.meg_con .title2 {font-size:22px;}
.product-inlist {margin-top:10px;}
}




/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#e94609; display: inline-block; }
.metpager_5 a:hover { border:1px solid #e94609; color:#fff; background-color:#e94609;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#e94609; border:1px solid #e94609; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}


/*关于我们*/
.abjianjie{padding:0 0 50px 0;background: #fff;}
.jianjiemain{overflow: hidden;background: #f5f5f5;height: auto;}
.jjmain-left{width: 50%;float: left;padding:3%;}
.jjmain-right{float: left;width: 50%;height: 100%;overflow: hidden;padding:3%;}
.jjmain-right img{width: 100%;height: 100%;}
.jjmain-left .title{padding:0;text-align: left;}
.jjmain-left .title p{font-size: 52px;font-family: leto-bold;color: #333;font-weight: 700;text-transform: uppercase;}
.jjmain-left .title span{line-height:30px;font-size: 18px; font-weight: normal; color: #444;}
.jjmain-left .note{font-size: 16px;line-height: 30px;color: #666;margin-top: 30px;}
.jjmain-left .main { display: flex; margin-top: 30px; }
.jjmain-left .main .stat-items { flex: 1; }
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 42px; font-weight: bold; color: #e94609; font-family: 'arial'; }
.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.jjmain-left .main .stat-items p { font-size: 16px;color: #666666; }
.jjmain-left .note_en{    width: 630px;height: 335px;overflow-y: auto;font-size: 16px;line-height: 25px;color: #666;padding-right: 20px;}


.jjwenhua{padding-bottom: 50px;background: #fff;}
.jjwenhuamain{overflow: hidden;}
.jjwenhuamain li{display: block;width: 33.33%;float: left;}
.jjwenhuamain li .pic{width: 100%;overflow: hidden;height: 260px;}
.jjwenhuamain li .pic img{width: 100%;}
.jjwenhuamain li .wen{width: 100%;background: #f5f5f5;overflow: hidden;height: 260px;padding:10%;}
.jjwenhuamain li .wen p.title{font-size: 30px;color: #333;font-weight: 700;padding-bottom: 10px;}
.jjwenhuamain li .wen i{display: block;width: 20px;height: 2px;background: #333;margin: 20px auto;}
.jjwenhuamain li .wen span{font-size: 14px;color: #666;line-height: 24px;}

.gywm_td { background: #fff; overflow: hidden;  padding-bottom: 20px;}
.gywm_td .incont { margin-bottom: 40px; }
.gywm_td .incont .incont-til h4{font-size: 20px;color: #333;text-transform: uppercase;font-weight: normal;}
.gywm_td .incont .incont-til h3 {font-size: 36px;color: #333;font-weight: bold;margin-top: 12px;}


@media(max-width: 1299px) {
	.jjmain-left .title p { font-size: 48px; }
	.jjmain-left .note { font-size: 14px;  margin-top: 30px;}
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 34px; }
}

@media(max-width: 1199px) {
	.yunywenti { background: none;background-color: #f5f5f5; }
	.comyangshi { background: url(../images/cha.png) no-repeat left top; padding-right: 0px; text-align: left; padding-left:40px;  }
	.wenti02 { margin: 80px 0px; }
	.wenti03 { margin-right: 0px; }
	.wenti01 { margin-right: 0; }
	.wenti04 { margin-left: 0px; }
	.wenti05 { margin: 80px 0px; }
	.wenti06 { margin-left: 0px; }
	.yunywentimain .wenti_left02 { padding-left: 100px; }

	.inysli .ico img { max-width: 90%; }
	.inysli .wen p { font-size: 19px; }

	.zzseoleft p { font-size: 36px; }

	.seoliucheng { padding:50px 0; }
	.liuchengli p.pic { width: 100px; height: 100px; }
	.liuchengli p.pic img { margin-top: 33px; width: 40px; }
	.jiantou img {margin-top: 40px;}

	.jjmain-left { width: 100%; }
	.jjmain-right { display: none; }
	.jjmain-left .note { margin-top: 30px; }
	.jjwenhuamain li .wen { height: 200px; padding:20px;}
	.jjwenhuamain li .pic { height: 200px; }
	.jjwenhuamain li .wen p.title { font-size: 24px; }
}

@media(max-width: 991px) {
	.abjianjie { padding-top: 10px; }
	.indexyoushi { padding:50px 0; }
	.inysli .wen p { height: 74px; display: block; }
	.xysyoushi li span.icon {  width: 26%; }
	.zzseoli .ico { width: 20%; } 
	.zzseoli .wen { width: 80%; }
	.jjwenhuamain li .pic { height: 155px; }
	.jjwenhuamain li .wen { height: 155px; }
	.jjwenhuamain li .wen span { line-height: 20px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
	.jjwenhuamain li .wen p.title { font-size: 24px; padding-bottom: 0px;  }
	.jjwenhuamain li .wen i { margin:10px auto; }

}
@media(max-width: 767px) {
	.abjianjie { padding-left: 10px; padding-right: 10px; }
	.yunywentimain .wenti_left02 { padding-left: 0px; }
	.index-title p { font-size: 30px; }
	.yunywentimain { margin-top: 40px; }
	.comyangshi p, .comyangshi02 p { font-size: 20px; }
	.inysli { width: 47%; margin-bottom: 20px; height: 445px; display: block; float: left; }
	.webjians-title p { font-size: 30px; }

	.xysyoushi li { width: 48%; }
	.xysyoushi li span.icon { width: 28%; }

	.zhengzhan { padding:50px 0; }
	.zzseoleft p { font-size: 26px; }
	.zzseoli .ico { width: 22%;font-size: 36px; }
	.zzseoli .wen { width: 75%; }

	.liuchengmain {  margin-top: 40px; display: block; }
	.jiantou { display: none; }
	.liuchengli { width: 50%; display: block; float: left; margin: 0 auto; margin-bottom: 30px; }
	.jjmain-left .title p { font-size: 32px; }
	.jjwenhua { padding-bottom: 10px; }
	.jjwenhuamain { padding-left: 10px; padding-right: 10px; }
	.jjwenhuamain li { width: 100%; margin-bottom: 30px; }
	.jjwenhuamain li .pic { height: 210px; }
	.jjwenhuamain li .wen { height: 210px; }
	.jjwenhuamain li .wen i { margin: 20px auto; }
	.jjwenhuamain li .wen span { line-height: 24px; -webkit-line-clamp: 4;}

	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 22px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 12px; }

	.gywm_td .incont { padding-left: 10px; padding-right: 10px; }
	.jjmain-left .title span { font-size: 14px; }
	.jjmain-left .note { margin-top: 10px; }


}

@media(max-width: 500px) {
	.index-title p { font-size: 26px; }
	.webjians02 { padding:50px 0; }
	.xysyoushi li { width: 100%;min-height: auto;  }
	.zzseoleft { width: 100%; }
	.zzseoright { width: 100%; }


}

@media(max-width: 350px) {
	.jjmain-left .title p { font-size: 26px; }
	.jjmain-left .title span { font-size: 14px; }
	.jjmain-left .main .stat-items .stat-items-t-box .stat-items-t { font-size: 18px; }
	.jjmain-left .main .stat-items p { font-size: 14px; }
}

.gywm_td .pro-one li .pro-img {border-radius:0px; margin: 0px;}



/*联系我们*/
.lianxi_m { overflow: hidden;margin-top: 10px; margin-bottom: 24px; background: #f5f5f5;}
.lianxi_m .lianxi_ml { width: 410px; float: left; background: #e94609;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }


.lianxi_mr {
	float: right;
	position: relative;
	width: calc(100% - 470px);
}
.lianxi_mr_i {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100px;
	font-weight: 89;
	margin-left: -28px;
	line-height: normal;
	color: #999;
	position: absolute;
	overflow: hidden;
	margin-top: 20px;
}
.lianxi_m .mr_i {
	font-size: 100px;
	line-height: 200px;
	margin-top: 100px;
	margin-left: calc(100% - 690px);
    position: absolute;
    right:30px;
}
.lianxi_mr_m {
	width: calc(100% - 69px);
	float: left;
	overflow: hidden;
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 38px;
	line-height: 28px;
	color: #666;
	font-size: 16px;
text-align:left
}
.lianxi_mr_m span {
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	color: #e94609;
}
.contact_ny ul  { background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;}
.contact_ny ul li h5 {color: #e94609;margin-bottom: 10px; font-size: 18px; font-weight: bold;}
.contact_ny .cont_en li{height: 190px;}



@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }
}


@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml { width: 100%;float: none; overflow: hidden; }
	.lianxi_mr {  width: 100%;float: none; overflow: hidden;}
	.contact_ny ul li  { width: 100%; }
	.lianxi_mr_m { padding-top: 15px; font-size: 14px; padding-bottom: 20px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 26px; }
}

 